home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / CHATZILLA.XPI / bin / chrome / chatzilla.jar / content / chatzilla / chatzillaOverlay.js < prev    next >
Encoding:
Text File  |  2000-04-19  |  107 b   |  8 lines

  1. function toIRC() 
  2. {
  3.  
  4.     toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/chatzilla.xul");
  5.  
  6. }
  7.  
  8.